EVENT_TYPE_EXIT

Represents an "exit" event for a beacon region. Use this constant to check the getPingType of a beacon event.


if ((beacon.getPingType() & Beacon.EVENT_TYPE_EXIT) == Beacon.EVENT_TYPE_EXIT) {
    // Handle exit event
}